home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 2000 January
/
Macworld (2000-01).dmg
/
Serious Software
/
Rumpus 1.3.3 Pro CD demo.sea
/
Rumpus 1.3.3 Pro CD demo
/
Sample Scripts
/
FTP Add User
next >
Wrap
Text File
|
1999-03-16
|
536b
|
19 lines
tell application "Rumpus"
set UserRecord to "Username: Henry" & return & ¬
"Password: moofus" & return & ¬
"DropFolder: Othello 8:SomeFolder:" & return & ¬
"MaxFolderSize: 0" & return & ¬
"RestrictToDropFolder: NO" & return & ¬
"PermitLogin: YES" & return & ¬
"PermitSeeFiles: NO" & return & ¬
"PermitDownload: YES" & return & ¬
"PermitUpload: NO" & return & ¬
"PermitDelete: YES" & return & ¬
"PermitCreateFolders: NO" & return & ¬
"PermitDeleteFolders: YES" & return
«event FTPAADDU» UserRecord
end tell